home *** CD-ROM | disk | FTP | other *** search
- /* Calendar Layouts */
- body
- {
- font-size:12px;
- font-family:Tahoma, SimSun, Arial, sans-serif;
- }
-
-
- #CalendarLayout
- {
- /*
- position:relative;
- width:570px;
- margin-left:auto;
- margin-right:auto;
-
- text-align:left;
- width:570px;
-
- voice-family: "\"}\"";
- voice-family:inherit;
-
- width:570px;
- */
- float:left;
- clear:left;
- width:790px;
- margin-left:10px;
- }
-
- #CalendarLayout h1
- {
- float:left;
- position:relative;
-
- width:790px;
-
- font-size:16px;
- font-family:Tahoma, 宋体, Arial, sans-serif;
- text-align:center;
- margin:5px 0 5px 0;
- padding-right:10px;
- border-bottom:1px solid #ddd;
-
- color:#555;
-
- }
-
- #CalendarTitle
- {
- width:120px;
-
- line-height:25px;
- font-size:20px;
- font-weight:bold;
- text-align:center;
- color:#333;
-
- background:#fff;
- border:1px solid #eee;
-
- cursor:hand;
- cursor:pointer;
- }
-
- a.CalendarArrow:link, a.CalendarArrow:visited
- {
- display:inline-block;
- width:20px;
- height:20px;
- font-size:20px;
- color:#ccc;
- text-decoration:none;
- font-family:Arial Black;
- text-align:center;
- }
-
- a.CalendarArrow:hover
- {
- color:#000;
- background:#eee;
- }
-
- a.CalendarArrow:active
- {
- color:#fff;
- background:#666;
- }
-
- #CalendarIndicator
- {
- position:absolute;
- right:5px;
- top:0px;
- width:16px;
- height:16px;
-
- }
-
- .DayCaptions
- {
- float:left;
- display:block;
- width:112px;
- height:25px;
- line-height:25px;
- text-align:center;
- border-bottom:1px solid #ccc;
- margin-bottom:5px;
- background:#eee;
-
- }
-
- .BlankDay
- {
- float:left;
- display:block;
- width:112px;
- height:67px;
- }
-
- .DayItem
- {
- float:left;
- display:block;
- width:110px !important;
- width:112px;
- height:67px;
-
- font-family:Candara, Tahoma, sans-serif;
- font-size:14px;
- color:#888;
- font-weight:bold;
-
- background:url(/img/ProjectCenter/day.jpg) no-repeat left top;
- padding-left:2px;
- overflow:hidden;
-
- cursor:pointer;
- cursor:hand;
- }
-
- .HoverDay
- {
- background:url(/img/ProjectCenter/day_hover.jpg) no-repeat left top !important;
- color:#111;
- }
- /*
- a.DayItem:active
- {
- background:#eee;
- color:#000;
- }
- */
- .DayControl
- {
- font-size:12px;
- color:#888;
-
- }
-
- .Day_Occupied
- {
- color:#111 !important;
- background:url(/img/ProjectCenter/day_occupied.jpg) no-repeat left top !important;
- }
-
- .CiteItem
- {
- float:left;
- display:block;
- width:112px;
- height:67px;
- }
-
- .Today
- {
- background:url(/img/ProjectCenter/day_today.jpg) no-repeat left top !important;
- color:#fff !important;
- }
-
- .Day_Event
- {
- float:left;
- display:inline-block;
-
- width:108px;
- height:13px;
- overflow:hidden;
- font-size:11px;
- font-family:Tahoma, 宋体, sans-serif;
- font-weight:normal;
-
- list-style:none;
-
-
-
- margin:0 0 0 0;
- padding:0 0 0 0;
- }
- .DayNumber
- {
- cursor:hand;
- cursor:pointer;
- }
- sup
- {
- font-size:10px;
- color:#444;
- }
-
- .EventItem
- {
- float:left;
- display:block;
-
- width:700px;
-
- border:1px solid #ccc;
-
- margin:5px 0 5px 20px;
- }
-
- .EventTime
- {
- float:left;
- display:inline-block;
-
- width:149px;
- height:30px;
- border-right:1px solid #aaa;
- line-height:30px;
- font-family:Tahoma, Arial, sans-serif;
- font-size:12px;
- font-weight:bold;
-
- background:url(/img/iSpace/event_time_bg.jpg) repeat-x #eee;
-
- text-align:center;
- }
-
- .EventTitle
- {
- float:left;
- display:inline-block;
- width:550px;
- height:30px;
-
- text-indent:10px;
- line-height:30px;
- font-size:16px;
- font-family:Tahoma, 宋体, arial, sans-serif;
-
- background:url(/img/iSpace/event_title_bg.jpg) repeat-x #eee;
- }
-
- .EventNote
- {
- float:left;
- display:block;
-
- width:680px;
- line-height:20px;
-
- font-size:14px;
- margin:20px 10px 20px 10px;
- }
-
- .EventControl
- {
- float:left;
- display:block;
-
- width:695px !important;
- width:700px;
- height:20px;
-
- line-height:20px;
-
- padding-right:5px;
-
- text-align:right;
-
- background:#eee;
- border-top:1px solid #ddd;
- }
-
- .CalItem
- {
- float:left;
- clear:left;
- position:relative;
- width:100%;
-
-
- border-top:1px solid #ddd;
- line-height:20px;
-
- margin:0 0 0 0;
-
- background:#f6f6f6;
-
- }
- .CalItem:hover
- {
- background:#fff;
- }
-
- .CalType
- {
- float:left;
- width:20px;
- height:100px;
-
- border-right:1px dashed #ccc;
- background:#eaeaea;
- }
- .Milestone
- {
- background:#a33;
- }
-
- .Ratings_Display
- {
- position:relative !important;
- float:right;
- margin:5px 5px 0 0;
- height:10px;
- }
-
- .CalDueDate
- {
- float:left;
-
- height:30px;
- display:block;
- font-weight:bold;
- color:#39c;
- margin-left:5px;
- }
-
- .CalDesc
- {
- float:left;
- margin-left:5px;
-
- font-size:14px;
- color:#444;
- width:95%;
- height:60px;
- overflow:hidden;
- }
-
- .Cal_ControlSet
- {
- position:absolute;
- float:left;
- right:0px;
- bottom:10px;
- height:35px;
- }
-
- .TaskStatusCheckbox
- {
- float:right;
- margin:5px 3px 0 0;
- }
- .StatusLabel
- {
- float:left;
- margin:0 0 0 0;
- line-height:12px !important;
- line-height:20px;
- }
-
- .MilestoneLabel
- {
- float:left;
- clear:left;
- margin-left:30px;
- }
- .CalTags
- {
- font-weight:normal !important;
- font-size:12px;
- color:#999;
- }
-
-
- .LinkToMilestones
- {
- float:right;
- height:20px;
- line-height:20px;
- font-size:15px;
- margin:5px 50px 5px 0;
- }
-
- .FinishedEvent
- {
- text-decoration:line-through !important;
- }
-
- #x_ErrorCode
- {
- position:absolute;
- left:10px;
- top:30px;
- font-size:14px;
- font-weight:bold;
- color:#c00;
- width:200px;
- }
-
- #AdvancedForm
- {
- float:right;
- clear:both;
- width:70%;
- height:160px;
- margin-top:0px;
- margin-right:10px;
- }
-
- #AdvancedForm .Label
- {
- float:left;
- clear:left;
- display:block;
- width:100%;
-
- line-height:14px;
- font-size:14px;
- color:#555;
- }
-
- #AdvancedForm .Input_Text
- {
- float:left;
- clear:left;
- width:100%;
- font-size:16px;
- font-weight:bold;
- color:#333;
- margin-top:2px !important;
- margin-top:0px;
- }
-
- a.EditableDueDate:link, a.EditableDueDate:visited
- {
- text-decoration:none;
-
- border-bottom:1px dotted #acf;
- line-height:20px;
- color:#27c;
- }
-
- a.EditableDueDate:hover
- {
- border-bottom:1px solid #acf;
- }
-
- .CalMoney
- {
- position:absolute;
- top:20px;
- right:5px;
- font-size:13px;
- font-family:"Lucida Grande", "Tahoma", sans-serif;
- font-weight:bold;
- }
-
- .Income
- {
- color:#26a;
- }
-
- .Outcome
- {
- color:#c00;
- }
-
- #MonthBudget
- {
- font-family:"Lucida Grande", "Tahoma", sans-serif;
- position:absolute;
- right:0px;
- bottom:0px;
- line-height:20px;
- font-size:12px;
- font-weight:bold;
- text-align:right;
- }